halt (HLT)

In computer operation, a condition which occurs when the sequence of operations in a program stops. This can be due to a halt instruction being met or to some unexpected halt or interrupt. The program can continue normally after a halt unless it is a drop dead halt.; 在計算機運行過程中,程序停止執行所產生的一種狀態,它是由停機指令或某些意外停機 或中斷所造成的。除了完全停機以外,程序在暫停后仍可以繼續運行。參閱breakpoint halt。